home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / program / tmlwgtsn.zip / ABOUT.DFM / ABOUT.txt next >
Text File  |  1996-05-29  |  3KB  |  112 lines

  1. object frmAbout: TfrmAbout
  2.   Left = 265
  3.   Top = 312
  4.   BorderStyle = bsDialog
  5.   Caption = 'Copyright Winflex Data Solutions'
  6.   ClientHeight = 286
  7.   ClientWidth = 280
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   Position = poScreenCenter
  14.   OnClose = FormClose
  15.   TextHeight = 16
  16.   object Panel1: TPanel
  17.     Left = 0
  18.     Top = 0
  19.     Width = 280
  20.     Height = 286
  21.     Align = alClient
  22.     BevelInner = bvLowered
  23.     BevelOuter = bvNone
  24.     BorderWidth = 2
  25.     TabOrder = 0
  26.     object Image1: TImage
  27.       Left = 3
  28.       Top = 3
  29.       Width = 64
  30.       Height = 65
  31.       AutoSize = True
  32.       Picture.Data = {<image000.bmp>}
  33.     end
  34.     object Label2: TLabel
  35.       Left = 68
  36.       Top = 23
  37.       Width = 240
  38.       Height = 43
  39.       Caption = 'Evaluation Version, Please Register.'
  40.       Font.Color = clNavy
  41.       Font.Height = -16
  42.       Font.Name = 'Times New Roman'
  43.       Font.Style = [fsBold]
  44.       ParentFont = False
  45.       Transparent = True
  46.     end
  47.     object Label1: TLabel
  48.       Left = 68
  49.       Top = 4
  50.       Width = 240
  51.       Height = 19
  52.       Caption = 'TML Widgets for Delphi V1.3.'
  53.       Font.Color = clBlack
  54.       Font.Height = -16
  55.       Font.Name = 'Times New Roman'
  56.       Font.Style = [fsBold]
  57.       ParentFont = False
  58.       Transparent = True
  59.     end
  60.     object Label3: TLabel
  61.       Left = 4
  62.       Top = 85
  63.       Width = 272
  64.       Height = 94
  65.       Alignment = taCenter
  66.       AutoSize = False
  67.       Caption = 
  68.         '36 Components are shipped with the registered version, including' +
  69.         '. Shareware component && Low Level  BDE Filter components.'
  70.       Font.Color = clBlack
  71.       Font.Height = -16
  72.       Font.Name = 'Times New Roman'
  73.       Font.Style = [fsItalic]
  74.       ParentFont = False
  75.     end
  76.     object Label4: TLabel
  77.       Left = 10
  78.       Top = 187
  79.       Width = 261
  80.       Height = 63
  81.       Alignment = taCenter
  82.       AutoSize = False
  83.       Caption = 
  84.         'Warning: These components are limited, and will terminate any ap' +
  85.         'plication using them when the delphi ide is not present, this ma' +
  86.         'y cause data loss, so dont risk it !!!'
  87.       Font.Color = clRed
  88.       Font.Height = -12
  89.       Font.Name = 'Times New Roman'
  90.       Font.Style = [fsItalic]
  91.       ParentFont = False
  92.     end
  93.     object OKButton: TBitBtn
  94.       Left = 102
  95.       Top = 251
  96.       Width = 77
  97.       Height = 27
  98.       Font.Color = clBlack
  99.       Font.Height = -12
  100.       Font.Name = 'Times New Roman'
  101.       Font.Style = []
  102.       ParentFont = False
  103.       TabOrder = 0
  104.       OnClick = OKButtonClick
  105.       Kind = bkOK
  106.       Margin = 2
  107.       Spacing = -1
  108.       IsControl = True
  109.     end
  110.   end
  111. end
  112.